Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 799 Bytes

13.15.33 - 1.8.3.md

File metadata and controls

15 lines (13 loc) · 799 Bytes

1.8.3

  • 增加swoole_server->getLastError方法,用于获取最近一次操作的错误码
  • 增加Http2协议下对COOKIE的支持
  • 增加Http2协议下对form-data的支持
  • 修复issue#527
  • 修复issue#553
  • 修复reactor_num设置超过CPU核数时发生崩溃的问题
  • 修复Swoole\Client->on设置的回调函数发生内存泄漏问题
  • 修复打开文件未关闭并且task_worker_num设置过大超过256导致服务器程序崩溃
  • 增加全异步服务器安全reload的支持
  • 增加http客户端对COOKIE的支持
  • 增加http客户端对SSL/TLS加密的支持
  • 修复BASE模式下启用心跳检测检测后使用swoole_client出现异常的问题